Oops. Scraggling debug code.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 8 Apr 2004 18:11:36 +0000 (18:11 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 8 Apr 2004 18:11:36 +0000 (18:11 +0000)
gpsbabel/mapsource.c

index c0270b82c89d19e7a52624ba424331a9a87056a1..1f8c05c14bb40ebb0b0003e38fe9766ffd3c9baa 100644 (file)
@@ -607,7 +607,6 @@ mps_waypoint_w(FILE *mps_file, int mps_ver, const waypoint *wpt, const int isRou
        /* might need to change this to handle version dependent icon handling */
        icon = mps_find_icon_number_from_desc(wpt->icon_descr, MAPSOURCE);
 
-               fprintf(stderr, "%s ", wpt->icon_descr);
        if (get_cache_icon(wpt) /* && wpt->icon_descr && (strcmp(wpt->icon_descr, "Geocache Found") != 0)*/) {
                icon = mps_find_icon_number_from_desc(get_cache_icon(wpt), MAPSOURCE);
        }